Method WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>>, int?)

Assembly: redb.Core.dll

Filter by ancestors with polymorphic query support

public override IRedbQueryable<TProps> WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>> ancestorCondition, int? maxDepth = null) where TTarget : class